12. Perceptrons
DL 06 Perceptron Definition Fix V2
Corrections:
-
At 3:07 in the video, the title should read "Step Function", not "Set Function".
-
At 3:07 in the video, the definition of the Step function should be:
y=1 if x >= 0;
y=0 if x<0